home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6521.txt < prev    next >
Text File  |  1996-08-30  |  491b  |  13 lines

  1. Sqrt
  2.  
  3. The Square root function. This function simply computes the square root of the input value.
  4.  
  5. Note that the square root function is not defined for negative numbers. However, if you try to calculate the square root of a negative number, you do not get any error message. Instead DynRisk simply uses zero as the result value of the edge function.
  6.  
  7. Default parameter values:
  8.     None
  9.  
  10. Example:
  11.     Input = 25.0  =>  Output =     5.0
  12.     Input = 64.0  =>  Output =     8.0    
  13.     Input = -4.0  =>  Output =     0